mergMP
Type
library
Description
mergMP is an iOS external that adds functions and commands related to the MediaPlayer framework. This currently includes using the standard iOS modal dialogs to pick a media collection.
Associated Syntax
Function
Name | Summary | Syntax |
---|---|---|
mergMPQueryCreate | Create a media query | mergMPQueryCreate() |
mergMPQueryCollectionCount | Get the number of collections in the query | mergMPQueryCollectionCount(<pQueryPointer>) |
mergMPQueryCollectionItemCount | Get the number of items in the media collection | mergMPQueryCollectionItemCount(<pQueryPointer>, <pCollectionNumer>) |
mergMPQueryCollectionTitle | Get the title of the collection | mergMPQueryCollectionTitle(<pQueryPointer>, <pCollectionNumer>) |
mergMPItemArtwork | Get an image representing a media item | mergMPItemArtwork(<pQueryPointer>, <pCollectionNumber>, <pItemNumber>, <pSize>) |
mergMPItemGet | Get a property of a media item in the collection | mergMPItemGet(<pQueryPointer>, <pCollectionNumber>, <pItemNumber>, <pProperty>) |
Command
Name | Summary | Syntax |
---|---|---|
mergMPQueryRelease | Release a media query from memory | mergMPQueryRelease <pQueryPointer> |
mergMPQueryAddPredicate | mergMPQueryAddPredicate <pQueryPointer>, <pProperty>, <pValue> | |
mergMPQuerySetGroupingType | Group the query results into collections using a grouping type | mergMPQuerySetGroupingType <pQueryPointer>, <pGroupingType> |